home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / aa_m68k_Only / NXLogo / NXLogoLibrary / help / butlast < prev    next >
Encoding:
Text File  |  1992-07-09  |  587 b   |  9 lines

  1. butlast --Operation, one input.  Abbreviation: bl
  2.      The input may be any non-empty Logo object.  If the input is  a  list,
  3.      the  output is a list equal to the input list with the last member re-
  4.      moved.  (If the input list has only one member, the output is the _e_m_p_-
  5.      _t_y  _l_i_s_t, a list of zero members.)  If the input is a word, the output
  6.      is a word equal to the input word with the last letter  removed.   (If
  7.      the  input is a single-letter word, the output is the _e_m_p_t_y _w_o_r_d.)  If
  8.      the input is empty, an error results.
  9.